-- background: 3627 from stack: in.9 -- bmap block id: 4328 -- flags: 0000 -- background id: 0 -- name: -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=245 top=287 right=309 bottom=369 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Print Specs ----- HyperTalk script ----- on mouseUp if the visible of card field "print options" then set the name of the target to "Show Print Specs" hide card field "print options" else set the name of the target to "Hide Print Specs" hide card field "Layout" hide card field "Selection" show card field "print options" end if end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=8 top=270 right=292 bottom=187 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About PrFlds ----- HyperTalk script ----- on mouseUp hide card field "Layout" hide card field "Selection" show card field "About" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=8 top=293 right=315 bottom=187 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PrFlds Parameter Layout ----- HyperTalk script ----- on mouseUp hide card field "Selection" set the scroll of card field "Layout" to 0 show card field "Layout" end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=8 top=316 right=338 bottom=186 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Special Selection Function ----- HyperTalk script ----- on mouseUp hide card field "Layout" set the scroll of card field "Selection" to 0 show card field "Selection" end mouseUp